<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#footer {
	width:100%;
	min-width:1200px;
	height:330px;
	background-image:url(../images/foot_back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#D56066;
}

#foot_top {
	margin:auto;
	width:1200px;
	height:280px;
	overflow:hidden;
}

#foot_top_left {
	float:left;
	margin-top:60px;
	width:80%;
	overflow:hidden;
}

#foot_navigation {
	width:100%;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:16px;
}

#foot_contact {
	margin-top:40px;
	line-height:30px;
	color:#FFF;
	font-size:16px;
	overflow:hidden;
}



#foot_top_right {
	float:right;
	width:20%;
	overflow:hidden;
}

#foot_form {
	margin-top:20px;
	width:100%;
	border:0px;
	
}

#foot_form td {
	color:#FFF;
}

#foot_form_title {
	line-height:46px;
	font-size:16px;
}

.foot_form_label {
	width:60px;
	height:30px;
}

#msg_phone {
	width:250px;
	height:30px;
	border:1px solid #999;
	color:#FFF;
	background-color:transparent;
}

#msg_content {
	margin-top:15px;
	margin-bottom:15px;
	width:250px;
	height:80px;
	border:1px solid #999;
	color:#FFF;
	background-color:transparent;
	overflow:hidden;
	resize:none;
}

#msg_button {
	width:250px;
	height:34px;
	border:0px;
	color:#FFF;
	text-align:center;
	background-color:#222;
	cursor:pointer;
}



#foot_bottom {
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	background-color:#333;
	overflow:hidden;
}
	</pre></body></html>